home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / usr_-_Usr_Files / INCLUDE / ULIMIT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  200b  |  16 lines

  1. #ifndef _ULIMIT_H
  2. #define _ULIMIT_H
  3.  
  4. #include <features.h>
  5.  
  6. #define    UL_GETFSIZE    1
  7. #define    UL_SETFSIZE    2
  8.      
  9. __BEGIN_DECLS
  10.  
  11. extern long ulimit __P((int __cmd, ...));
  12.  
  13. __END_DECLS
  14.  
  15. #endif /*_ULIMIT_H */
  16.